home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / applic / ntp / depredated / ntp.3.4 / patches / patch5.Z / patch5
Encoding:
Text File  |  1991-09-29  |  3.0 KB  |  109 lines

  1. System: ntp version 3.4
  2. Patch #: 5
  3. Priority: 
  4. Subject: 
  5. From:
  6.  
  7. Description:
  8.  
  9. Repeat-By:
  10.  
  11. Fix:    From rn, say "| patch -p -N -d DIR", where DIR is your ntp source
  12.     directory.  Outside of rn, say "cd DIR; patch -p -N <thisarticle".
  13.     If you don't have the patch program, apply the following by hand,
  14.     or get patch (version 2.0, latest patchlevel).
  15.  
  16.     After patching:
  17.         make depend
  18.         make
  19.         make install
  20.  
  21.     If patch indicates that patchlevel is the wrong version, you may need
  22.     to apply one or more previous patches, or the patch may already
  23.     have been applied.  See the patchlevel.h file to find out what has or
  24.     has not been applied.  In any event, don't continue with the patch.
  25.  
  26.     If you are missing previous patches they can be obtained from me:
  27.  
  28.     Louis A. Mamakos
  29.     louie@trantor.umd.edu
  30.  
  31.     You can also get the patches via anonymous FTP from
  32.     trantor.umd.edu.
  33.  
  34. Index: patchlevel.h
  35. Prereq: 4
  36. 1c1
  37. < #define PATCHLEVEL 4
  38. ---
  39. > #define PATCHLEVEL 5
  40.  
  41. Index: README
  42. Prereq: 3.4.1.1
  43. *** README.old    Wed Mar 29 13:04:53 1989
  44. --- README    Wed Mar 29 13:04:54 1989
  45. ***************
  46. *** 1,4 ****
  47. ! README for UNIX NTP release $Date: 89/03/22 18:25:34 $ $Revision: 3.4.1.1 $
  48.   
  49.   
  50.   
  51. --- 1,4 ----
  52. ! README for UNIX NTP release $Date: 89/03/29 13:04:47 $ $Revision: 3.4.1.3 $
  53.   
  54.   
  55.   
  56. ***************
  57. *** 30,39 ****
  58.       3) Change the Makefile definitions to suit your environment.
  59.       4) make
  60.       5) make install
  61. !     6) adb or remake kernel and change "tickadj" from 40 to 1.
  62.           Recommended values for tickadj on various machines:
  63.   
  64. !         VAX:    1
  65.           Sun3:    ??
  66.           Sun4:    10
  67.   
  68. --- 30,39 ----
  69.       3) Change the Makefile definitions to suit your environment.
  70.       4) make
  71.       5) make install
  72. !     6) adb or remake kernel and change "tickadj" from 40 to 5
  73.           Recommended values for tickadj on various machines:
  74.   
  75. !         VAX:    5
  76.           Sun3:    ??
  77.           Sun4:    10
  78.   
  79. ***************
  80. *** 48,57 ****
  81.       7) Fire up ntpd in /etc/rc.local
  82.   
  83.   History:
  84.   3/22/89
  85.       A bunch of minor fixes here an there.  The RCS header is being
  86.       updated so that patches that are generated will apply; apparently
  87. !     the new version of RCS puts the Locked: status in the $Header: /usr/users/louie/ntp/RCS/README,v 3.4.1.1 89/03/22 18:25:34 louie Exp $.
  88.   
  89.       Minor fiddles to ntpd/ntpdc to eliminate some byte-sex dependencies.
  90.       Changs to ntp_proto.c to fix an mis-interpretation in the packet
  91. --- 48,64 ----
  92.       7) Fire up ntpd in /etc/rc.local
  93.   
  94.   History:
  95. + 3/29/89
  96. +     A few fixes, clean up of unused #defines in ntp.h.  The receive()
  97. +     procedure is now table driven per the 26 March 1989 draft of the
  98. +     spec.  If no terrible errors or bugs are found, this version
  99. +     will probably be packaged as a "blessed" working version before
  100. +     the next stage of major hacking.
  101.   3/22/89
  102.       A bunch of minor fixes here an there.  The RCS header is being
  103.       updated so that patches that are generated will apply; apparently
  104. !     the new version of RCS puts the Locked: status in the Header
  105.   
  106.       Minor fiddles to ntpd/ntpdc to eliminate some byte-sex dependencies.
  107.       Changs to ntp_proto.c to fix an mis-interpretation in the packet
  108.